home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 75 / PC Format 75 - Nov 1997.iso / ANGLIA / SUPPORT / DELQT.BAT next >
DOS Batch File  |  1996-07-17  |  3KB  |  113 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo WARNING:
  5. echo.
  6. echo This file attempts to force deletion of ALL QuickTime for Windows
  7. echo installation files.
  8. echo.
  9. echo Before attempting the deletion, please ensure that the Windows directory
  10. echo is the currently selected directory.
  11. echo.
  12. echo E.g.
  13. echo.
  14. echo   cd C:\WINDOWS
  15. echo.
  16. echo Run this file ONLY from DOS and ONLY under the instruction of the
  17. echo Technical Support Line. 
  18. echo.
  19. echo No responsibility can be accepted for users who do not follow these 
  20. echo instructions. 
  21. echo.
  22. echo IF YOU ARE UNSURE PRESS THE N KEY NOW
  23. echo.
  24.  
  25. choice Delete all QuickTime files
  26.  
  27. if errorlevel 2 goto SkipDelete
  28.  
  29. choice Are you sure you want to delete all QuickTime files
  30.  
  31. if errorlevel 2 goto SkipDelete
  32. echo ON
  33. deltree /y PLAYER.EXE
  34. deltree /y PLAYENU.DLL
  35. deltree /y VIEWER.EXE
  36. deltree /y VIEWENU.DLL
  37. deltree /y QTINSTALL.EXE
  38. deltree /y SYSTEM.QTW
  39. deltree /y SYSINI.QTW
  40. deltree /y WININI.QTW
  41. deltree /y QTW.INI
  42. deltree /y qtw.qtw
  43.  
  44. deltree /y MCENU.HLP
  45. deltree /y READ_QTW.WRI
  46. deltree /y SAMPLE.MOV
  47. deltree /y PLAYENU.HLP
  48.  
  49.  
  50. deltree /y SYSTEM\QTIMCMGR.DLL
  51. deltree /y SYSTEM\QTIM.DLL
  52. deltree /y SYSTEM\QTOLE.DLL
  53. deltree /y SYSTEM\QTHNDLR.DLL
  54. deltree /y SYSTEM\QTCVID.QTC
  55. deltree /y SYSTEM\QTRAW.QTC
  56. deltree /y SYSTEM\QTRLE.QTC
  57. deltree /y SYSTEM\QTRPZA.QTC
  58. deltree /y SYSTEM\QTSMC.QTC
  59. deltree /y SYSTEM\QTJPEG.QTC
  60. deltree /y SYSTEM\IVQT16.QTC
  61. deltree /y SYSTEM\QTRT21.QTC
  62. deltree /y SYSTEM\QTIYVU9.QTC
  63. deltree /y SYSTEM\QTVHDW.QTC
  64. deltree /y SYSTEM\QCMC.QTC
  65. deltree /y SYSTEM\NAVG.QTC
  66. deltree /y SYSTEM\REELMGIC.QTC
  67. deltree /y SYSTEM\DHIO_DH.QTC
  68. deltree /y SYSTEM\QTMOVIE.VBX
  69. deltree /y SYSTEM\QTPIC.VBX
  70. deltree /y SYSTEM\ATIVIDEO.QTC
  71. deltree /y SYSTEM\TSENG.QTC
  72. deltree /y SYSTEM\CIRRUS.QTC
  73. deltree /y SYSTEM\QTNOTIFY.EXE
  74. deltree /y SYSTEM\QTOLD.QTC
  75. deltree /y SYSTEM\iv32qt16.qtc
  76. deltree /y system\qtiv32.qtc
  77. deltree /y system\qtw16.cpl
  78. deltree /y system\qtwcp.hlp
  79.  
  80. deltree /y system\MCIQTW.DRV
  81. deltree /y system\MCIQTENU.DLL
  82. deltree /y system\QCMC.QTC
  83. deltree /y system\NAVG.QTC
  84. deltree /y system\QTRT21.QTC
  85. deltree /y system\QTVHDW.QTC
  86.  
  87. deltree /y system\qtwmci32.dll
  88. deltree /y system\mciqtenu.q32
  89. deltree /y system\cmgr32.dll
  90. deltree /y system\mc32.qtc
  91. deltree /y system\nav32.qtc
  92. deltree /y system\cvid32.qtc
  93. deltree /y system\iv32qt32.qtc
  94. deltree /y system\dci32.qtc
  95. deltree /y system\qtim32.dll
  96. deltree /y system\raw32.qtc
  97. deltree /y system\rle32.qtc
  98. deltree /y system\rpza32.qtc
  99. deltree /y system\smc32.qtc
  100. deltree /y system\jpeg32.qtc
  101. deltree /y system\qtole32.dll
  102. deltree /y system\hndlr32.dll
  103. deltree /y system\dhio32.qtc
  104. deltree /y system\qtw32.cpl
  105.  
  106. deltree /y qt32inst.exe
  107. deltree /y qtw32del.exe
  108. deltree /y play32.exe
  109. deltree /y view32.exe
  110. @echo OFF
  111.  
  112. :SkipDelete
  113.